From: Ted Zlatanov Date: Tue, 14 Feb 2012 13:13:24 +0000 (-0500) Subject: (gnutls-trustfiles): Add Cygwin location. X-Git-Tag: archive/raspbian/1%29.2+1-2+rpi1~1^2~324^2~766 X-Git-Url: https://dgit.raspbian.org/%22http:/www.example.com/cgi/%22https:/www.github.com/%22bookmarks:///%22http:/www.example.com/cgi/%22https:/www.github.com/%22bookmarks:/?a=commitdiff_plain;h=b16eb3369ce8ef3df5c1265045f0d6ae54de2836;p=emacs.git (gnutls-trustfiles): Add Cygwin location. * net/gnutls.el (gnutls-trustfiles): Add Cygwin location. --- diff --git a/lisp/ChangeLog b/lisp/ChangeLog index e5b33d81202..12dcb29e6cb 100644 --- a/lisp/ChangeLog +++ b/lisp/ChangeLog @@ -1,3 +1,7 @@ +2012-02-14 Teodor Zlatanov + + * net/gnutls.el (gnutls-trustfiles): Add Cygwin location. + 2012-02-13 Glenn Morris * minibuffer.el (read-file-name): Doc fix. (Bug#10798) diff --git a/lisp/net/gnutls.el b/lisp/net/gnutls.el index 9b734637103..2fd276cf1c6 100644 --- a/lisp/net/gnutls.el +++ b/lisp/net/gnutls.el @@ -56,6 +56,7 @@ set this variable to \"normal:-dhe-rsa\"." "/etc/ssl/certs/ca-certificates.crt" ; Debian, Ubuntu, Gentoo and Arch Linux "/etc/pki/tls/certs/ca-bundle.crt" ; Fedora and RHEL "/etc/ssl/ca-bundle.pem" ; Suse + "/usr/ssl/cert/ca-bundle.crt" ; Cygwin ) "List of CA bundle location filenames or a function returning said list. The files may be in PEM or DER format, as per the GnuTLS documentation.